﻿2026-06-04T14:27:59.0827319Z ##[group]Run actions/checkout@v5
2026-06-04T14:27:59.0829626Z with:
2026-06-04T14:27:59.0830894Z   repository: SaberMage/spt-core
2026-06-04T14:27:59.0848014Z   token: ***
2026-06-04T14:27:59.0849281Z   ssh-strict: true
2026-06-04T14:27:59.0850528Z   ssh-user: git
2026-06-04T14:27:59.0851783Z   persist-credentials: true
2026-06-04T14:27:59.0853182Z   clean: true
2026-06-04T14:27:59.0854435Z   sparse-checkout-cone-mode: true
2026-06-04T14:27:59.0855960Z   fetch-depth: 1
2026-06-04T14:27:59.0857193Z   fetch-tags: false
2026-06-04T14:27:59.0858452Z   show-progress: true
2026-06-04T14:27:59.0860129Z   lfs: false
2026-06-04T14:27:59.0861346Z   submodules: false
2026-06-04T14:27:59.0862645Z   set-safe-directory: true
2026-06-04T14:27:59.0864643Z ##[endgroup]
2026-06-04T14:27:59.2457789Z Syncing repository: SaberMage/spt-core
2026-06-04T14:27:59.2464422Z ##[group]Getting Git version info
2026-06-04T14:27:59.2466977Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T14:27:59.2470812Z [command]/usr/bin/git version
2026-06-04T14:27:59.2472420Z git version 2.34.1
2026-06-04T14:27:59.2477347Z ##[endgroup]
2026-06-04T14:27:59.2487739Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/3ad61735-7ac7-47d6-bdc6-cc610f5a216b/.gitconfig'
2026-06-04T14:27:59.2493559Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/3ad61735-7ac7-47d6-bdc6-cc610f5a216b' before making global git config changes
2026-06-04T14:27:59.2498310Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:27:59.2502361Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:27:59.2546841Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T14:27:59.2587690Z https://github.com/SaberMage/spt-core
2026-06-04T14:27:59.2607752Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:27:59.2615554Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:27:59.2648553Z refs/heads/dev-freeform
2026-06-04T14:27:59.2660609Z [command]/usr/bin/git checkout --detach
2026-06-04T14:27:59.2719999Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:27:59.2777157Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T14:27:59.2816877Z Deleted branch dev-freeform (was 107240e).
2026-06-04T14:27:59.2869913Z ##[endgroup]
2026-06-04T14:27:59.2871640Z [command]/usr/bin/git submodule status
2026-06-04T14:27:59.3114895Z ##[group]Cleaning the repository
2026-06-04T14:27:59.3117534Z [command]/usr/bin/git clean -ffdx
2026-06-04T14:27:59.6416536Z Removing target/
2026-06-04T14:27:59.6430584Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T14:27:59.6501362Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:27:59.6507732Z ##[endgroup]
2026-06-04T14:27:59.6510317Z ##[group]Disabling automatic garbage collection
2026-06-04T14:27:59.6515923Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T14:27:59.6558009Z ##[endgroup]
2026-06-04T14:27:59.6560460Z ##[group]Setting up auth
2026-06-04T14:27:59.6567627Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:27:59.6610911Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:27:59.6853639Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:27:59.6898925Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:27:59.7142445Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:27:59.7184474Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:27:59.7427285Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T14:27:59.7488953Z ##[endgroup]
2026-06-04T14:27:59.7491542Z ##[group]Fetching the repository
2026-06-04T14:27:59.7503612Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a86371c9cfd87639c4d5dd5e2c82d464bc028ed0:refs/remotes/origin/dev-freeform
2026-06-04T14:28:00.3831324Z From https://github.com/SaberMage/spt-core
2026-06-04T14:28:00.3834480Z  + 107240e...a86371c a86371c9cfd87639c4d5dd5e2c82d464bc028ed0 -> origin/dev-freeform  (forced update)
2026-06-04T14:28:00.3858225Z ##[endgroup]
2026-06-04T14:28:00.3860616Z ##[group]Determining the checkout info
2026-06-04T14:28:00.3863108Z ##[endgroup]
2026-06-04T14:28:00.3970089Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T14:28:00.3974578Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T14:28:00.3979781Z ##[group]Checking out the ref
2026-06-04T14:28:00.3982493Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:28:00.4042904Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T14:28:00.4045099Z any of your branches:
2026-06-04T14:28:00.4045930Z 
2026-06-04T14:28:00.4047769Z   107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:28:00.4049949Z 
2026-06-04T14:28:00.4051127Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T14:28:00.4053380Z to do so with:
2026-06-04T14:28:00.4054117Z 
2026-06-04T14:28:00.4054780Z  git branch <new-branch-name> 107240e
2026-06-04T14:28:00.4055886Z 
2026-06-04T14:28:00.4056653Z Switched to a new branch 'dev-freeform'
2026-06-04T14:28:00.4059131Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T14:28:00.4064472Z ##[endgroup]
2026-06-04T14:28:00.4108115Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T14:28:00.4142041Z a86371c9cfd87639c4d5dd5e2c82d464bc028ed0
